home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-02-18 | 948 b | 30 lines |
- # smakefile for UnACE for powerUP (TM)
- # 1998 by Andreas R. Kleinert
-
- CC = SCPPC
- OBJS = Uac_crc.o Globals.o Uac_crt.o Unace.o Uac_sys.o Uac_dcpr.o Uac_comm.o
-
- Unace: $(OBJS)
-
- ppc-amigaos-ld -r lib:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o UnACE.elf
- Copy UnACE.elf /
-
- Globals.o: Globals.c os.h acestruc.h unace.h declare.h portable.h
-
- Uac_crc.o: Uac_crc.c uac_crc.h declare.h os.h
-
- Uac_crt.o: Uac_crt.c os.h attribs.h globals.h uac_crt.h uac_sys.h unace.h \
- acestruc.h declare.h portable.h
-
- Uac_comm.o: Uac_comm.c uac_dcpr.h uac_comm.h unace.h declare.h os.h
-
- Uac_dcpr.o: Uac_dcpr.c os.h globals.h portable.h uac_comm.h uac_crc.h \
- uac_dcpr.h uac_sys.h unace.h acestruc.h declare.h
-
- Uac_sys.o: Uac_sys.c globals.h uac_sys.h unace.h acestruc.h declare.h \
- portable.h os.h
-
- Unace.o: Unace.c os.h globals.h portable.h uac_comm.h uac_crc.h uac_crt.h \
- uac_dcpr.h uac_sys.h unace.h acestruc.h declare.h
-
-